object Form3: TForm3 Left = 366 Top = 217 Width = 242 Height = 208 AutoSize = True Caption = 'About' Color = clBlack Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Icon.Data = {} OldCreateOrder = False Position = poMainFormCenter OnClose = FormClose PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 0 Top = 0 Width = 234 Height = 28 Caption = 'Web creator v.: 1.4 cz' Font.Charset = DEFAULT_CHARSET Font.Color = clWhite Font.Height = -20 Font.Name = 'Comic Sans MS' Font.Style = [fsBold, fsItalic] ParentFont = False end object Label2: TLabel Left = 24 Top = 32 Width = 188 Height = 24 Caption = 'Made by Ond�ej Holub' Font.Charset = DEFAULT_CHARSET Font.Color = clSilver Font.Height = -17 Font.Name = 'Comic Sans MS' Font.Style = [fsBold, fsItalic] ParentFont = False end object Label3: TLabel Left = 0 Top = 168 Width = 228 Height = 13 Caption = 'Download from http://www.volny.cz/delphipage' Font.Charset = DEFAULT_CHARSET Font.Color = clMenu Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object Label4: TLabel Left = 32 Top = 64 Width = 173 Height = 16 Caption = 'V� n�zor a va�e p�ipom�nky' Font.Charset = DEFAULT_CHARSET Font.Color = clWindow Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object Memo1: TMemo Left = 0 Top = 80 Width = 233 Height = 65 TabOrder = 0 OnChange = Memo1Change end object Button1: TButton Left = 0 Top = 152 Width = 233 Height = 17 Caption = 'POSLAT' Enabled = False TabOrder = 1 OnClick = Button1Click end object NMSMTP1: TNMSMTP Host = 'smtp.seznam.cz' Port = 25 TimeOut = 5000 ReportLevel = 0 UserID = 'nazor' PostMessage.FromAddress = 'nazor@seznam.cz' PostMessage.FromName = 'nazor' PostMessage.ToAddress.Strings = ( 'ondra_holub@seznam.cz') PostMessage.Subject = 'nazor' EncodeType = uuMime ClearParams = True SubType = mtPlain Charset = 'us-ascii' Left = 208 Top = 80 end end